Northwoods.GoSilverlight 1.3.5 Assembly
DeleteNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : DeleteNode Method

nodedata
This method actually implements the removal of a node data from the NodesSource collection.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub DeleteNode( _
   ByVal nodedata As NodeType _
) 
C# 
protected virtual void DeleteNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This method can be overridden in case the NodesSource sequence is not an System.Collections.IList or an IList.

Requirements

See Also

© 2012 All Rights Reserved.